/* CSS Document */
.nav{
	margin:auto;
    width: 100%;
	height: 100px;
	display: flex;
	align-items: center;
	background-color: #0D0E29;
	color: white;
	
	
	
}


.home{
	margin: auto;
	width: 200px;
	height: 40px;
	display: grid;
	font-family:AEROBIC;
	font-size: 20px;
	transform:translate(-50%,-50%);
	text-decoration: none;
	align-content: center;
	align-items: center;
		
		
}
.creatives{
	font-size: 20px;
	font-family:"Buttershine Serif";
}
.home:after{
	content: '';
	position: absolute;
	background-color: #3c9aff;
	height:3px;
	width: 0;
	left: 0;
	bottom: -5px;
	transition: 0.3s;
}
.home:hover{
	color: white;
	transition: 0.3s ease;
	
	
}
.home:hover:after{
	width: 100%;
	
}
.logobox{
	margin-right: 20px;
	
}
.logo{
	height:550px;
	with:400px;
		
}

a:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    text-decoration: none;
    color: #FFFFFFF;
}
a:active {
    text-decoration: none;
    color: #FFFFFF;
}




.about{
	font-family: against;
	font-size: 50px;
	color: #0D0E29;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	width:max-content; 
}
.about::after{
	content: '';
	background: linear-gradient(to right, red, blue );
	height: 6px;
	width: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	border:none;
	border-radius:1000px; 
}
.home:hover{
	background: #1392EB;
	
}

  
     /* Logo container */
    .logo {
      flex: 1 1 300px;
      max-width: 350px;
      display: flex;
      justify-content: center;
      align-items: center;
      user-select: none;
		float: left;
		cursor: pointer;
		transition: 0.5s ease;
		
    }
.logo:hover{
	transform: scale(1.1)
}


.welcome{
    font-family: "3satHurme";
    font-size: 20px;
    color: black;
    margin-left:auto;
    margin-bottom: 0px;
	margin-top: 170px;
    margin-right:auto;
	height: 30px;
	width: 150px;
	align-items: center;
	align-content: center;
}
.agency{
	font-family: "Buttershine Serif";
	font-size: 50px;
	height: 60px;
	width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex: 1;
	align-items: center;
	cursor: pointer;
		transition: 0.5s ease;
}
.agency:hover{
	transform: scale(1.1)
	
}
.createmind{
    font-family: "3satHurme";
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    width: 550px;
	align-items: center;
}

  
button{
    padding: 1em 2em;
    background-color: #161a20;
    border: none;
    color: #f0f0f0;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: auto;
	margin-right: auto;
    
		}
		
		button::after{
			content: '';
			position: absolute;
			height: 8%;
			width: 11%;
			border-radius: 1000px;
			background-image: linear-gradient(to bottom right, red, blue);
			z-index: -1}
	button:hover{
		z-index: 0;
		background: linear-gradient(90deg, blue 0%, red 100%);
		box-shadow: 40px 0 100px blue,-40px 0 100px red;
	}
.homecontents{
	align-items: center;
	margin-bottom: auto;
	margin-top: auto;
	float: right;  
}
.flyersbox{
	
	bottom: 0;
	left: 0;
	border:none;
	border-radius:1000px; 
}
.aboutcontents{
	display: flex;
	justify-content: center;
	align-items:center;
	gap:8rem;
	
}
.aboutcontents .aboutme{
	font-size: 1.5rem;
	font-weight: 250;
	line-height: 1.3;
	text-align: center;
}
span{
	color: blue;
}
h{
	margin-top: 50px;
	font-size: 40px;
	font-family: "3satHurme SemiBold";
}
.aboutme{
	margin-left: 70px;
}

 body{
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
            margin: 0;
            padding: 0;
        }

        header {
            background-color: #3B0A45;
            color: #ffffff;
            padding: 20px;
            text-align: center;
        }

        h1 {
            margin: 0;
        }

        .contact-title {
            font-size: 32px;
            margin-top: 20px;
            text-align: center;
        }

        .contact-container {
            display: flex;
            justify-content: center;
            padding: 20px;
        }

        .contact-info {
            background-color: #EAEAEA;
            border-radius: 8px;
            padding: 20px;
            margin-right: 20px;
            width: 300px;
        }

        .contact-info h2 {
            margin-top: 0;
        }

        .contact-form {
            background-color: #EAEAEA;
            border-radius: 8px;
            padding: 20px;
            width: 400px;
        }

        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 4px;
        }

        .contact-form button {
            background-color: #3B0A45;
            color: white;
            border: none;
            padding: 10px;
            cursor: pointer;
            border-radius: 4px;
            width: 100%;
        }

        .contact-form button:hover {
            background-color: #4B1B6B;
        }

.nav1{
	margin:auto;
    width: 100px;
	height: 80px;
	display: flex;
	align-items: center;
	font-family:typeecon;
	text-align: center;
}
.icons2{
	margin:20px;
	width: 5px;
	height: 40px;
	display: grid;
	font-family:typeecon;
	font-size: 30px;
	transform:translate(-50%,-50%);
	text-decoration: none;
	align-content: center;
	align-items: center;
	color: #BFB721;
	text-align: center;
	cursor: pointer;
		transition: 0.5s ease;		
}
.icons2:hover{
	transform: scale(1.1)}
.icons1{
	margin:10px;
	width: 5px;
	height: 40px;
	display: grid;
	font-family:typeecon;
	font-size: 30px;
	transform:translate(-50%,-50%);
	text-decoration: none;
	align-content: center;
	align-items: center;
	color: #e6683c;
	text-align: center;	
	cursor: pointer;
		transition: 0.5s ease;
}
.icons1:hover{
	transform: scale(1.1)}
.icons3{
	margin:10px;
	width: 5px;
	height: 40px;
	display: grid;
	font-family:typeecon;
	font-size: 30px;
	transform:translate(-50%,-50%);
	text-decoration: none;
	align-content: center;
	align-items: center;
	color:#056839;
	text-align: center;	
	cursor: pointer;
		transition: 0.5s ease;
}
.icons3:hover{
	transform: scale(1.1)}
.icon4{
	margin:15px;
	width: 5px;
	height: 40px;
	display: grid;
	font-family:typeecon;
	font-size: 20px;
	transform:translate(-50%,-50%);
	text-decoration: none;
	align-content: center;
	align-items: center;
	color:#1392EB;
	text-align: center;
}
.readmore{
	font-family: against;
	font-size: 25px;
	color: #0D0E29;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	width:max-content; 
}
.readmore::after{
	content: '';
	background: linear-gradient(to right, red, blue );
	height: 4px;
	width: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	border:none;
	border-radius:1000px;
}
.readcontents{
	align-items: center;
	align-content: center;
	margin:auto;
	display: flex;
	margin-left: 300px;
	  
}
h3{
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
	font-family: "3satHurme";
}
h2{
	font-size: 30px;
	margin-bottom: 20px;
	font-family: "3satHurme";
}
.flyersbox{
	align-self: center;
	display: grid;
	margin-top: 30px;
	align-items: center;
}
.flyer1{
	height: 219px;
		width:310px;
	margin-left: 50px;
	margin-right: 20px;
	box-shadow: 3px 0 30px black;
	transition: 0.5 ease;
	
}
.flyer1:hover{
	transform: scale(1.5);
}
.flyer2{
	width: 310px;
		height:219px;
	margin-left: 5px;
	margin-right: 40px;
	box-shadow: 3px 0 30px black;
	transition: 0.5 ease;
}
.flyer2:hover{
	transform: scale(1.5);
}
.flyer3{
	width: 300px;
		height:301;
	margin-right: 10px;
	box-shadow: 3px 0 30px black;
	transition: 0.5 ease;
}
.flyer3:hover{
	transform: scale(1.5);}
.flyer4{
	width: 303px;
	height: 284px;

}
.first{
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}
.secondrow{
	width: 100%;
	display: flex;
	margin-bottom: 30px;
	margin-top: 30px;
}
.thirdrow{
	width: 100%;
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
}
.flyer4{
	margin-right: 30px;
	box-shadow: 3px 0 30px black;
	margin-left: 50px;
	transition: 0.5 ease;
	
}  
.flyer4:hover{
	transform: scale(1.5);}
.flyer5{
	margin-right: 30px;
	box-shadow: 5px 0 30px black;
	height: 290px;
	width: 247px;
	margin-left: 30px;
	transition: 0.5 ease;	
}
.flyer5:hover{
	transform: scale(1.5);}
.flyer6{
	margin-left: 50px;
	box-shadow: 3px 0 30px black;
	transition: 0.5 ease;	
}
.flyer6:hover{
	transform: scale(1.5);}
.flyer7{
	margin-left: 10px;
	box-shadow: 3px 0 30px black;
	transition: 0.5 ease;
	float:left;
}
.flyer7:hover{
	transform: scale(1.5);}
.flyer8{
	margin-left: 10px;
	box-shadow: 3px 0 30px black;
	transition: 0.5 ease;	
}
.flyer8:hover{
	transform: scale(1.5);}
.flyer9{
	
	box-shadow: 3px 0 30px black;
	transition: 0.5 ease;	
}
.flyer9:hover{
	transform: scale(1.5);}

footer{
	background:#0D0E29;
	margin-top: 50px;
	height: 110px;
	display: flex;
	align-items: center;
}
footer1{
	background:#0D0E29;
	margin-top: 600px;
	height: 110px;
	display: flex;
	align-items: center;
}
footer2{
	background:#0D0E29;
	margin-top: 200px;
	height: 110px;
	display: flex;
	align-items: center;
	
}
footer3{
	margin-top: 300px;
}
footer4{
	background:#0D0E29;
	margin-top: 800px;
	height: 110px;
	display: flex;
	align-items: center;
}
.footercontainer{
	width: 100%;
	align-items: center;
	
}
.socialicons{
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.socialicons a {
	text-decoration: none;
	padding: 10px;
	background-color:white;
	margin: 5px;
	border-radius: 50%;
}
.socialicons a i{
	font-size: 2em;
	color:white;
	opacity: 0.9;
}
.socialicons a:hover{
	background-color:#1392EB;
	transition: 0.5s;
	
}
.socialicons a i{
	color:#0D0E29;
	transition: 0.5s;
}
.footerbottom{
	margin-bottom: 50px;
	text-align: center;
}
.footerbottom p{
	color: white;
	}
.designer{
	opacity: 0.7;
	text-transform: uppercase;
	letter-spacing: 1px;
	front-weight:400;
	margin: 0px 5px;
	color: #1392EB;
	
}
.homecontainer{
	width: 100%;
}
.misionsbox{
	height: 300px;
	width: 100%;
	display: flex;
}
.missions{
	margin-left: 100px;
	margin-right: 100px;
	
}
.visions{
	margin-left: 150px;
}
.visions p{
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
}
.visions p1{
	text-align: center;
	color: white;
	margin-left: 15px;
	font-size: 20px;
	margin-top: 15px;
	font-style: italic;
	
}
.missions p{
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
}
.missions p1{
	text-align: center;
	color: white;
	margin-left: 15px;
	font-size: 20px;
	margin-top: 15px;
	font-style: italic;
}
.values p{
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	font-size: 15px;
	text-align: center;
}
.utubebox{
	margin-left: 370px;
}